Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing Extensions and Drivers /
Chapter 5 - Printing Functions for Message Overrides / Printing Functions Reference
Functions / Handling Error Conditions in a Message Override


GXCleanupStartSendPage

You can use the GXCleanupStartSendPage function to notify QuickDraw GX that it needs to clean up any actions that it took after receiving a GXStartSendPage message from your printing extension or printer driver.

void GXCleanupStartSendPage (void);
DESCRIPTION
You need to call the GXCleanupStartSendPage function if you encounter an error in your override of the GXStartSendPage message and you have already forwarded the message.

When you call GXCleanupStartSendPage, QuickDraw GX sends the GXCleanupStartSendPage message, which allows all of the message handlers to reverse any actions that they took in their overrides of the GXStartSendPage message, such as allocating storage or modifying state information.

SEE ALSO
The GXStartSendPage and GXCleanupStartSendPage messages are described in the chapter "Printing Messages."


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help